From 42308bef110c37940caaf57e5c3ce62a6da0b2c8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kasper=20M=C3=B8ller=20Andersen?= Date: Tue, 19 Jul 2016 15:04:14 +0200 Subject: [PATCH] Include reference to Rust code structuring --- src/doc/manifest.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/doc/manifest.md b/src/doc/manifest.md index 197dff5b7..89abd9260 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -427,6 +427,8 @@ integration tests, and benchmarks respectively. *.rs ``` +To structure your code after you've created the files and folders for your project, you should remember to use Rust's module system, which you can read about in [the book](https://doc.rust-lang.org/book/crates-and-modules.html). + # Examples Files located under `examples` are example uses of the functionality provided by -- 2.30.2